home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / system-config-printer-gnome.preinst < prev    next >
Text File  |  2009-10-19  |  301b  |  11 lines

  1. #!/bin/sh -e
  2.  
  3. case "$1" in
  4.     install|upgrade)
  5.         if dpkg --compare-versions "$2" lt-nl "1.1.2+git20090125-0ubuntu2"; then
  6.             if [ -e /etc/xdg/autostart/redhat-print-applet.desktop ]; then
  7.                 rm /etc/xdg/autostart/redhat-print-applet.desktop
  8.             fi
  9.         fi
  10. esac
  11.